[#173] Removed deprecated 'fullscreen_algorithm' option.#205
[#173] Removed deprecated 'fullscreen_algorithm' option.#205AlexSkrypnyk merged 1 commit intomainfrom
Conversation
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughWalkthroughThis PR removes the deprecated Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~15 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #205 +/- ##
===========================================
+ Coverage 69.69% 97.10% +27.40%
===========================================
Files 4 4
Lines 396 276 -120
===========================================
- Hits 276 268 -8
+ Misses 120 8 -112 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Summary
fullscreen_algorithmconfiguration option and all stitch algorithm codegetScreenshotFullscreenWithStitching()andstitchImages()methods fromScreenshotContext$fullscreen_algorithmparameter fromsetScreenshotParameters()across interface, context, and initializerbehat.yml.dist, and all unit testsTest plan
fullscreen_algorithminbehat.ymlget a clear config error on upgradeCloses #173
Summary by CodeRabbit
Configuration Changes
fullscreen_algorithmconfiguration option. Fullscreen screenshots now exclusively use the resize algorithm; the stitch algorithm is no longer available.Documentation
Refactor